home *** CD-ROM | disk | FTP | other *** search
/ Group 42-Sells Out! - The Information Archive / Group 42 Sells Out (Group 42) (1996).iso / utils / nullsock / nullsock.txt next >
Text File  |  1996-03-21  |  587b  |  13 lines

  1. This is a "fake" WinSock network sockets library.  It is primarily intended
  2. for people wishing to use NCSA Audible Collage and NCSA Mosaic for MS Windows
  3. who do not have networks.
  4.  
  5. Basically, this is a WINSOCK.DLL that does not do any network access.  The
  6. Dynamic Link Library can be loaded, and all (?) the WinSock functions exist,
  7. but most of them will just return errors. (Except the initialization function.)
  8. Copy the WINSOCK.DLL file into your Windows System directory (e.g.,
  9. C:\WINDOWS\SYSTEM), and make sure there are no other files called WINSOCK.DLL
  10. in your path.
  11.  
  12.  
  13.